/* 公共属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	    /* font-family: Helvetica Neue, Helvetica, sans-serif !important; */
}

.container-fluid,
.container {
	padding: 0;
}
.news .col-lg-8 {
    /*width: 60.66666667% !important;*/
margin-right:4.333333%;      
}
.news .col-lg-8 .col-lg-6:not(:nth-child(2)){
    padding-right:3.3333%;


}
.news .col-lg-8 .col-lg-6:not(:nth-child(1)){
    padding-left: 3.3333%;


}


.jxjy .col-lg-4,.mlxy .col-lg-4,.news .col-lg-4 {
		width: 30.3333%;}
.jxjy .col-lg-4:not(:last-child),.mlxy .col-lg-4:not(:last-child) {
	margin-right:4.333333%;
    
}
.big_bg {
	background-image: url(../images/big_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	background: #F3F8FF;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	border: 0;
}

video {
	width: 100%;
}

.row {
	margin: 0 !important;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 顶部 */
.top {
	background-color: #0161c2;
	padding-bottom: 3rem;
	/* background-image: url(../images/bg.png);
	background-size: cover;
	background-repeat: no-repeat; */
}

.top .phone_title {
	font-size: 1rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-style: italic;
	color: #00913C;
}

.top .phone_title>div:last-child {
	font-size: 1.81rem;
	font-weight: bold;
}

/* 标签导航 */

.tab {
	background: #1276DA;
}

.tab a {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	color: #fff;
	display: block;
	padding: 1.5rem 0;
}

.tab .container>ul>li {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	position: relative;
}

.tab .active {
	border-bottom: 1px solid #fff;
}

/* .tab .container>ul>li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0.06rem;
	height: 1.19rem;
	top: 50%;
	transform: translate(0, -50%);
	background: #fff;
} */

.tab .tab-sen {
	position: absolute;
	left: 50%;
	display: none;
	width: 100%;
	text-align: center;
	transform: translate(-50%);
	z-index: 9999;
	top: 5.9rem;
	background: #1276da;
}


.tab .container>ul>li:hover .tab-sen {
	display: block;
}

.tab-sen li {
	cursor: pointer;
}
.tab-sen a {
	font-size: 1.5rem;
}

.tab-sen li:hover,
.tab .container>ul>li:hover {
	background-color: #0D88D6;
}

/* 顶部轮播图 */
.topSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	opacity: 1;
	background: #ffff;
}

.topSwiper .swiper-pagination-bullet-active {
	background: #006BBA;
}

.topSwiper .zz {
	bottom: 4rem;
	width: fit-content;
}

.jy_con li a>div {
	padding-top: 2rem;
}

.jy_con li a>div:first-child {
	font-size: 1.33rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.date {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999999;
}

/* 轮播图遮罩 */
.zz {
	position: absolute;
	bottom: 0;
	z-index: 9;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 1rem;
}

/* .mySwiper .swiper-pagination {
	padding-right: 1.5rem;
	text-align: right;
	z-index: 100;
}

.mySwiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.mySwiper .swiper-pagination-bullet-active {

	background: #268FD7;
} */

/* 新闻动态 */
.zxwy_con .jy_con {
	min-height: 16rem;

}

.zx_title {
	background: linear-gradient(0deg, #fff -24%, #CBE8FE 52%);
}

.zx_title ul li {
	padding: 0 1.5rem;
}

.zx_title ul li a {
	font-size: 1.67rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #006BBA;

}

.zx_title .active a {
	font-weight: bold;
	color: #00913C;
}

.disp {
	display: none;
}

.gd {
	font-size: 1.17rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #006BBA;
}

.inner_img {
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner_img img {
	transform: scale(1);
	object-fit: cover;
	width: 100%;
}

.inner_img img:hover {
	opacity: 0.9;
	transform: scale(1.1);
}



.new_news a{
	font-size: 1.8rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #027CC9;
}

.ygnews {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666666;
}

/* 公告通知 */
.rl {
	width: 6rem;
	height: 5rem;
	background-image: url(../images/rl.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1rem;
}

.year {
	font-size: 1.2rem;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #666666;

}

.day {
	font-size: 2rem;
	font-family: Source Han Sans SC;
	font-weight: 800;
	color: #027CC9;
}
.gg_con{
    width: 77%;
}

.gg_con a{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	text-align: justify;
	padding-left: 1rem;
	/*width: 80%;*/
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #027CC9;
}

.news_con {
	min-height: 15rem;
	font-size: 1.8rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	padding-top: 1.5rem;
}

.news_con>a {
	display: block;
	padding-bottom: 1.5rem;
}

/* 美丽校园 */
.mlxy .swiper-slide {
	height: 18rem !important;
}

/* 成绩查询 */
.cjcx {
	height: 19rem;
	display: flex;
	align-items: center;
	background-image: url(../images/cj_bg.jpg);
}

.cxbg {
	text-align: center;
	font-size: 2.8rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #027CC9;
	padding: 1.7rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/cxbg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* 底部 */
footer {
	bottom: 0;
	z-index: 999;
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

footer>.container-fluid>div:first-child {
	padding: 1.2rem 0;

	background: #027CC9;

}

.foot {}

.foot ul li {
	padding: 0 0.8rem;
	position: relative;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FFFFFF;
}

.foot ul li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0.06rem;
	height: 2rem;
	top: 50%;
	transform: translate(0, -50%);
	background: #fff;
}

.bq {
	padding: 1rem 0;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.call {
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.share {
	display: flex;
	align-items: center;
}

.share>div {
	padding-left: 2rem;
}

.share>div {
	position: relative;
}

.share>div:hover>.disp {
	display: block;

}

.share>div>.disp {
	position: absolute;
	bottom: 60px;
    z-index: 999;
}

.share>div>.disp img {
	height: 80px;
}
 #move_port{
      position: fixed;
      min-width: 150px;
      min-height: 100px;
      left: 0;
      top:0;
      cursor: pointer;
     
      z-index: 10000;
    }
#move_port img{
    width:300px;
}

.flex_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	width: 10rem;
}
.top_a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #1275DA;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
}
.top_a:hover {
	background-color: #e0e0e0;
	color: #000;
}
.search_box {
	height: 30px;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	background-color: #0161c2;
	overflow: hidden;
	width: 170px;
	margin-left: auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.search_box img{
	width: 15px;
}
.search_box input {
	height: 30px;
	border: 0px;
	background-color: #0161c2;
	padding-left: 5px;
	flex: 1;
	font-size: 14px;
	width: 96px;
	color: #FFFFFF;
}
.search_box button {
	height: 30px;
	border: 0px;
	background-color: #0161c2;
	width: 80px;
	font-size: 14px;
	color: #fff;
	border-left: 1px solid #ddd;
}
.search_box input::placeholder {
	color: #fff; /* 设置 placeholder 文字的颜色 */
	font-size: 14px; /* 设置 placeholder 文字的大小 */
	font-weight: normal; /* 设置 placeholder 文字的粗细 */
}

.text-cut-two{
	color: #0161C2;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
	font-weight: 400;
}

.text-date{
	color: #999999;
	font-size: 14px;
	height: 17px;
	margin-top: 10px;
}

.text-content-index{
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	font-style: normal;
	text-align: left;
	text-transform: none;
}
#slides-container {
	position: relative;
	height: 730px;
	overflow: hidden;
	background: #F8F3ED;
	border-bottom: 1px solid #C8BCA0;
}

#slides-wrapper {
	position: relative;
	height: 100%;
}

#slides {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: top 0.8s ease;
}

.slide {
	display: flex;
	align-items: center;
	border-bottom: 0.2rem solid #C8BCA0;
	transition: all 0.3s;
	cursor: pointer;
}

.slide:hover {
	background: rgba(255,255,255,0.9);
}



/* 基础样式 */
.links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 1rem 0;
}

.links a {
	/* 视觉样式 */
	display: inline-block;
	padding: 0.8rem 1.5rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	color: #343a40;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
}

/* 悬停增强 */
.links a:hover {
	background: linear-gradient(135deg, #027CC9 0%, #027CC9 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 按钮式微交互 */
.links a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, transparent, #fff, transparent);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.links a:hover::after {
	transform: scaleX(1);
}

/* 响应式调整 */
@media (max-width: 768px) {
	.links {
		justify-content: center;
	}

	.links a {
		width: 100%;
		text-align: center;
		margin: 0.5rem 0;
	}
}